16. 循环
Python:用 for 循环进行循环
下面是另一个用循环绘制五边形的 workspace。你可以使用此 workspace 回答下面的练习,该练习将帮助你进一步了解循环的原理!
Workspace
This section contains either a workspace (it can be a Jupyter Notebook workspace or an online code editor work space, etc.) and it cannot be automatically downloaded to be generated here. Please access the classroom with your account and manually download the workspace to your local machine. Note that for some courses, Udacity upload the workspace files onto https://github.com/udacity , so you may be able to download them there.
Workspace Information:
- Default file path:
- Workspace type: html-live
- Opened files (when workspace is loaded): n/a
( 备注 :如果你无法打开上面的workspace,请去 这里 )
SOLUTION:
turtle 画出和之前完全一样的五边形。SOLUTION:
turtle 画出和之前完全一样的五边形。缩进很重要!
SOLUTION:
turtle 画出一条笔直的长线条(并离开屏幕)。SOLUTION:
turtle 首先转动五次,然后向前移动一次。SOLUTION:
turtle 画出和之前完全一样的五边形。
因此,更改列表中的项目似乎没区别。将
side
更改为其他单词也似乎没有区别!对于此示例,是这样。这些更改不会改变
这个
特定循环的运行方式或改变 turtle 绘制的图形。但是稍后,我们将看到这些更改的确很重要的循环。暂时先记住这些结果。